Asynchronous Serial Data Receiving Registers
Name Start Address Type Access
ASYNCH_NUM_BYTES_RX 5435 UINT16 R
ASYNCH_DATA_RX 5495 UINT16 R
ASYNCH_NUM_BYTES_RX
- Address: 5435
The number of data bytes that have been received.
  • Data type: UINT16  (type index = 0)
  • Read-only
  • Default value: 0
ASYNCH_DATA_RX
- Address: 5495
Read received data from here. This register is a buffer. Underrun behavior - fill with zeros.
  • Data type: UINT16  (type index = 0)
  • Read-only
  • Default value: 0
  • This register is a Buffer Register